concurrency control algorithmの例文
- The heart of the application is a concurrency control algorithm based on the innovative concept of operational transformation, which allows for lock-free editing of a document by multiple users.
- *" Not all concurrency control algorithms use locks . . . Three other techniques are timestamp ordering, serialization graph testing, and commit ordering . "'Timestamp ordering "'assigns each transaction a timestamp and ensures that conflicting operations execute in timestamp order . "'Serialization graph testing "'tracks conflicts and ensures that the serialization graph is acyclic . "'Commit ordering "'ensures that conflicting operations are consistent with the relative order in which their transactions commit, which can enable interoperability of systems using different concurrency control mechanisms ."